home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 14
/
CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso
/
CUCD
/
WWW
/
http
/
www.amitrix.com
/
AWebFTP.lha
/
AWebftp.readme
< prev
next >
Wrap
Text File
|
1996-07-27
|
3KB
|
83 lines
Short : FTP plugin v1.3a update for Aweb
Uploader : panther@gate.net (Josef Faulkner)
Author : panther@gate.net (Josef Faulkner)
Type : comm/www
Replaces : comm/www/awebftp.lha
Requires : WB3.0 Arexx biz/demo/Aweb.lha comm/tcp/FTPMount-1.0.lha
Version : 1.3a (AmiTrix 1.4b)
Description:
¯¯¯¯¯¯¯¯¯¯¯¯
This plugin will allow you to do inline FTPing of files on the net,
without the need to call an external FTP program (except FTPMount, which
is transparent). It will distinguish between a directory and a file, and
act accordingly.
Modified by AmiTrix Development for inclusion with AWeb-II
Added config program and file
Features:
¯¯¯¯¯¯¯¯¯
o Fast reaction, since FTPMount does a lot of cacheing of dirs
o Asyncronous download (thanks to Aweb), you can continue browsing
while it downloads, and Aweb will inform you when the transfer
has completed!
o Brings up a requestor to ask what you want to save as
New for 1.1:
o You can now upload to the directory if you type the name of a file
in a form at the bottom of the list (or leave blank, and it will
give you a requester asking for a file)
o Make directories
o Delete a file (only one at a time, currently)
New for 1.2:
o WBCopy command used to copy files w/ progress meter
Thanks to Bastian H. Frank for developing this handy program!
New for 1.3:
o Much faster:
o No longer parses list output, uses lformat to create listing
o AmiFTP is now loadable from the inside!
o Will detect if amiftp is already loaded, and go to the directory
o Doesn't disconnect and reconnect if amiftp already has the host open
New for 1.3a:
o Plaincopy used by default for Aweb II Distribution.
o Fixed some minor bugs
Requirements:
¯¯¯¯¯¯¯¯¯¯¯¯¯
FTPMount version 8 (or newer) must be installed and running
available on Aminet:
FTPMount-1.0.lha comm/tcp 109K Mounts FTP sites
Copy command, choose one (set below, must be in your path):
plaincopy (included in this archive)
WBCopy (aminet/util/cli/WBCopy.lha) - Does progress meters
copy (comes with workbench) - has problems with softlinked files
AmiFTP (from http://www.lysator.liu.se/~lilja/AmiFTP.html)
To be launched by a button if a separate GUI is preferred!
(optional)
Installation:
¯¯¯¯¯¯¯¯¯¯¯¯¯
1) Put this script in the same directory that the Aweb executable is in.
2) Set Aweb to the following settings:
----------------------------------------------
Network 3: External Programs
ftp:
Command: sys:rexxc/rx
Arguments: awebftp.rexx %s %s %s <--- *** NOTE *THREE* %s's ***
----------------------------------------------
3) Put WBCopy in your path (ie C:)
4) Set your preferences for this script below:
Known Bugs:
¯¯¯¯¯¯¯¯¯¯¯
Linked files are sometimes thought to be directories in AmigaDOS, and
may wind up returning an empty directory listing instead of the actual file.
I've attempted to correct this by checking if the link clicked on has a
period in the name, if so, it assumes it's a file instead.
Hopefully this bug is obsolete with the new copy program. Let me know if
you find any URL's that this still happens on.
Many people are getting "out of memory" errors. This should only be
occuring on old versions of AwebFTP, and usually only when they forget
to pass all three %s arguments in aweb's preferences.